From: Phillip Lord Date: Thu, 26 Nov 2015 18:02:29 +0000 (+0000) Subject: Fix regression after merge. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~1452 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=13a03c9083a01b30e25a81dd6ecf0da4c7fbd32a;p=emacs.git Fix regression after merge. * undo.c (prepare_record): Remove call to run_undoable_change. --- diff --git a/src/undo.c b/src/undo.c index 68065750b0f..7659224b6c6 100644 --- a/src/undo.c +++ b/src/undo.c @@ -41,8 +41,6 @@ prepare_record () if (NILP (pending_boundary)) pending_boundary = Fcons (Qnil, Qnil); - run_undoable_change (); - if (MODIFF <= SAVE_MODIFF) record_first_change (); }